Assistant: Fix page rmoval
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2015 23:21:47 +0000 (19:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2015 23:21:47 +0000 (19:21 -0400)
commit32de7edf1dec5528b8d02cb765b2c76471f321c6
tree7301bc9ebc58dca8d10fdd792064dfcd36356eed
parentffaaa1e66eef00d1dbaf28ae4ab9e4cdd74f1bae
Assistant: Fix page rmoval

We have to remove the page itself from the intermediate box
first, before removing the box from the notebook. Otherwise,
reffing the page to keep it alive is ineffective: the box
gets destroyed, and that destruction recurses over the page.

This fixes the problem in
https://bugzilla.gnome.org/show_bug.cgi?id=756385
gtk/gtkassistant.c